Skip to content

Enhance deployment workflow with GitHub Deployments tracking#432

Merged
tiffehr merged 6 commits intostagingfrom
main
Mar 9, 2026
Merged

Enhance deployment workflow with GitHub Deployments tracking#432
tiffehr merged 6 commits intostagingfrom
main

Conversation

@tiffehr
Copy link
Copy Markdown
Member

@tiffehr tiffehr commented Mar 9, 2026

Sync with work merged to main (missed that Copilot had chosen main as the PR root).

Copilot AI and others added 6 commits March 8, 2026 20:36
Co-authored-by: tiffehr <60173+tiffehr@users.noreply.github.com>
Co-authored-by: tiffehr <60173+tiffehr@users.noreply.github.com>
Co-authored-by: tiffehr <60173+tiffehr@users.noreply.github.com>
- Change step IDs from deployment-staging/deployment-production to deployment_staging/deployment_production (underscores instead of hyphens)
- Update all references to use the new step IDs with dot notation
- Fix README deployment links from relative (../../deployments) to absolute (https://github.com/OpenNews/srccon/deployments)

Co-authored-by: tiffehr <60173+tiffehr@users.noreply.github.com>
…increment

Track deployments via GitHub Deployments API
@tiffehr tiffehr self-assigned this Mar 9, 2026
Copilot AI review requested due to automatic review settings March 9, 2026 03:32
@tiffehr tiffehr linked an issue Mar 9, 2026 that may be closed by this pull request
@tiffehr tiffehr merged commit 44a3537 into staging Mar 9, 2026
7 of 8 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR syncs the repo with the recently-added GitHub Deployments tracking so staging/production deploys show up with status and environment URLs in GitHub’s Deployments UI.

Changes:

  • Document deployment tracking and add links to the Deployments tab in the README.
  • Update the deploy workflow to create GitHub Deployment records for staging and main.
  • Update the deploy workflow to post success/failure deployment statuses (including environment URLs).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md Documents Deployments tracking and points readers to the Deployments tab for status/history.
.github/workflows/deploy.yml Adds deployment creation/status updates via actions/github-script and grants deployments: write permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rework main deployment to increment a release

3 participants